projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2372c
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Wed, 12 Jul 2006 13:22:36 +0000
(13:22 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 12 Jul 2006 13:22:36 +0000
(13:22 +0000)
mac/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/mac/ChangeLog
b/mac/ChangeLog
index e892b338595ec672609ab49856dbc8eab1fa952d..20c9c255c5811cb3e29024aeb4c3cc34ee1c92b4 100644
(file)
--- a/
mac/ChangeLog
+++ b/
mac/ChangeLog
@@
-1,3
+1,7
@@
+2006-07-12 Kim F. Storm <storm@cua.dk>
+
+ * INSTALL: More cleanup related to last change.
+
2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* INSTALL: Remove descriptions about Metrowerks CodeWarrior. Fix URL
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 84e27d5d378de603e932b90b0ff076008003ef8c..8a20670211f590dd8f0aeac1c26c2d8863019040 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-55,6
+55,8
@@
* fringe.c (Fdefine_fringe_bitmap):
* lread.c (check_obarray): Cleanup wrong_type_argument use.
+ * keyboard.c (access_keymap_keyremap): Use ARRAYP.
+
* keymap.c (Fdefine_key, Flookup_key):
* macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.